@import url("https://fonts.googleapis.com/css?family=Saira+Condensed:400,500,600|Roboto:300,400,700");/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block;
    *display: inline;
    *zoom:1}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,button,input,select,textarea {
    font-family: sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .75em;
    margin: 2.33em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

p,pre {
    margin: 1em 0
}

code,kbd,pre,samp {
    font-family: monospace,serif;
    _font-family: 'courier new',monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,menu,ol,ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,ol,ul {
    padding: 0 0 0 40px
}

nav ul,nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,input,select,textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,input {
    line-height: normal
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.flexrow {
    display: flex;
    flex-wrap: wrap
}

.col-1 {
    width: calc(100% * 1 / 12)
}

.col-2 {
    width: calc(100% * 2 / 12)
}

.col-3 {
    width: calc(100% * 3 / 12)
}

.col-4 {
    width: calc(100% * 4 / 12)
}

.col-5 {
    width: calc(100% * 5 / 12)
}

.col-6 {
    width: calc(100% * 6 / 12)
}

.col-7 {
    width: calc(100% * 7 / 12)
}

.col-8 {
    width: calc(100% * 8 / 12)
}

.col-9 {
    width: calc(100% * 9 / 12)
}

.col-10 {
    width: calc(100% * 10 / 12)
}

.col-11 {
    width: calc(100% * 11 / 12)
}

.col-12 {
    width: calc(100% * 12 / 12)
}

.col-hidden {
    display: none
}

.col-visible {
    display: block
}

@media only screen and (max-width: 1779px) {
    .col-ls-1 {
        width:calc(100% * 1 / 12)
    }

    .col-ls-2 {
        width: calc(100% * 2 / 12)
    }

    .col-ls-3 {
        width: calc(100% * 3 / 12)
    }

    .col-ls-4 {
        width: calc(100% * 4 / 12)
    }

    .col-ls-5 {
        width: calc(100% * 5 / 12)
    }

    .col-ls-6 {
        width: calc(100% * 6 / 12)
    }

    .col-ls-7 {
        width: calc(100% * 7 / 12)
    }

    .col-ls-8 {
        width: calc(100% * 8 / 12)
    }

    .col-ls-9 {
        width: calc(100% * 9 / 12)
    }

    .col-ls-10 {
        width: calc(100% * 10 / 12)
    }

    .col-ls-11 {
        width: calc(100% * 11 / 12)
    }

    .col-ls-12 {
        width: calc(100% * 12 / 12)
    }

    .col-ls-hidden {
        display: none
    }

    .col-ls-visible {
        display: block
    }
}

@media only screen and (max-width: 1439px) {
    .col-xl-1 {
        width:calc(100% * 1 / 12)
    }

    .col-xl-2 {
        width: calc(100% * 2 / 12)
    }

    .col-xl-3 {
        width: calc(100% * 3 / 12)
    }

    .col-xl-4 {
        width: calc(100% * 4 / 12)
    }

    .col-xl-5 {
        width: calc(100% * 5 / 12)
    }

    .col-xl-6 {
        width: calc(100% * 6 / 12)
    }

    .col-xl-7 {
        width: calc(100% * 7 / 12)
    }

    .col-xl-8 {
        width: calc(100% * 8 / 12)
    }

    .col-xl-9 {
        width: calc(100% * 9 / 12)
    }

    .col-xl-10 {
        width: calc(100% * 10 / 12)
    }

    .col-xl-11 {
        width: calc(100% * 11 / 12)
    }

    .col-xl-12 {
        width: calc(100% * 12 / 12)
    }

    .col-xl-hidden {
        display: none
    }

    .col-xl-visible {
        display: block
    }
}

@media only screen and (max-width: 1199px) {
    .col-lg-1 {
        width:calc(100% * 1 / 12)
    }

    .col-lg-2 {
        width: calc(100% * 2 / 12)
    }

    .col-lg-3 {
        width: calc(100% * 3 / 12)
    }

    .col-lg-4 {
        width: calc(100% * 4 / 12)
    }

    .col-lg-5 {
        width: calc(100% * 5 / 12)
    }

    .col-lg-6 {
        width: calc(100% * 6 / 12)
    }

    .col-lg-7 {
        width: calc(100% * 7 / 12)
    }

    .col-lg-8 {
        width: calc(100% * 8 / 12)
    }

    .col-lg-9 {
        width: calc(100% * 9 / 12)
    }

    .col-lg-10 {
        width: calc(100% * 10 / 12)
    }

    .col-lg-11 {
        width: calc(100% * 11 / 12)
    }

    .col-lg-12 {
        width: calc(100% * 12 / 12)
    }

    .col-lg-hidden {
        display: none
    }

    .col-lg-visible {
        display: block
    }
}

@media only screen and (max-width: 991px) {
    .col-md-1 {
        width:calc(100% * 1 / 12)
    }

    .col-md-2 {
        width: calc(100% * 2 / 12)
    }

    .col-md-3 {
        width: calc(100% * 3 / 12)
    }

    .col-md-4 {
        width: calc(100% * 4 / 12)
    }

    .col-md-5 {
        width: calc(100% * 5 / 12)
    }

    .col-md-6 {
        width: calc(100% * 6 / 12)
    }

    .col-md-7 {
        width: calc(100% * 7 / 12)
    }

    .col-md-8 {
        width: calc(100% * 8 / 12)
    }

    .col-md-9 {
        width: calc(100% * 9 / 12)
    }

    .col-md-10 {
        width: calc(100% * 10 / 12)
    }

    .col-md-11 {
        width: calc(100% * 11 / 12)
    }

    .col-md-12 {
        width: calc(100% * 12 / 12)
    }

    .col-md-hidden {
        display: none
    }

    .col-md-visible {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .col-sm-1 {
        width:calc(100% * 1 / 12)
    }

    .col-sm-2 {
        width: calc(100% * 2 / 12)
    }

    .col-sm-3 {
        width: calc(100% * 3 / 12)
    }

    .col-sm-4 {
        width: calc(100% * 4 / 12)
    }

    .col-sm-5 {
        width: calc(100% * 5 / 12)
    }

    .col-sm-6 {
        width: calc(100% * 6 / 12)
    }

    .col-sm-7 {
        width: calc(100% * 7 / 12)
    }

    .col-sm-8 {
        width: calc(100% * 8 / 12)
    }

    .col-sm-9 {
        width: calc(100% * 9 / 12)
    }

    .col-sm-10 {
        width: calc(100% * 10 / 12)
    }

    .col-sm-11 {
        width: calc(100% * 11 / 12)
    }

    .col-sm-12 {
        width: calc(100% * 12 / 12)
    }

    .col-sm-hidden {
        display: none
    }

    .col-sm-visible {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .col-xs-1 {
        width:calc(100% * 1 / 12)
    }

    .col-xs-2 {
        width: calc(100% * 2 / 12)
    }

    .col-xs-3 {
        width: calc(100% * 3 / 12)
    }

    .col-xs-4 {
        width: calc(100% * 4 / 12)
    }

    .col-xs-5 {
        width: calc(100% * 5 / 12)
    }

    .col-xs-6 {
        width: calc(100% * 6 / 12)
    }

    .col-xs-7 {
        width: calc(100% * 7 / 12)
    }

    .col-xs-8 {
        width: calc(100% * 8 / 12)
    }

    .col-xs-9 {
        width: calc(100% * 9 / 12)
    }

    .col-xs-10 {
        width: calc(100% * 10 / 12)
    }

    .col-xs-11 {
        width: calc(100% * 11 / 12)
    }

    .col-xs-12 {
        width: calc(100% * 12 / 12)
    }

    .col-xs-hidden {
        display: none
    }

    .col-xs-visible {
        display: block
    }
}

* {
    box-sizing: border-box
}

body {
    font-size: 16px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    color: #0b0b0b
}

a {
    text-decoration: none;
    color: #0b0b0b;
    transition: color 0.2s ease
}

a:hover {
    color: #1b1d1e
}

h1,h2,h3,h4,h5 {
    font-weight: unset;
    margin: 0
}

p {
    line-height: 22px
}

.wrapper {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto
}

@media only screen and (max-width: 1779px) {
    .wrapper {
        max-width:1260px
    }
}

@media only screen and (max-width: 1366px) {
    .wrapper {
        max-width:1160px
    }
}

@media only screen and (max-width: 1280px) {
    .wrapper {
        max-width:1160px
    }
}

@media only screen and (max-width: 1199px) {
    .wrapper {
        max-width:calc(100% - 60px)
    }
}

.title {
    font-size: 34px;
    line-height: 34px;
    font-family: "Saira Condensed",sans-serif
}

.button {
    font-family: "Saira Condensed",sans-serif
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.header {
    height: 80px;
    width: 100%;
    background-color: #0b0b0b;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header .logo-container {
    width: 160px
	
}

.header .logo-container .logo {
    width: 160px
}

.header .logo-container .logo .custom-logo-link {
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    width: 160px
}

.header .logo-container .logo .custom-logo-link .custom-logo {
    max-width: 160px;
    height: auto;
    transition: 0.2s ease-out
	box-shadow: 0 0 8px 8px white inset;
    clip-path: ellipse(46% 46%);

}

.header .main-menu {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header .main-menu>li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.header .main-menu>.menu-item {
    margin-left: 25px;
    margin-right: 25px
}

.header .main-menu>.menu-item:first-child {
    margin-left: 0
}

.header .main-menu>.menu-item:last-child {
    margin-right: 0
}

.header .main-menu>.menu-item>a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.header .main-menu>.menu-item>a:hover {
    color: #4faed1
}

.header .main-menu>.menu-item>a:focus,.header .main-menu>.menu-item>a:active {
    outline: none
}

.header .main-menu>.menu-item.current-menu-item {
    display: flex;
    justify-content: center;
    position: relative
}

.header .main-menu>.menu-item.current-menu-item>a {
    color: #4faed1
}

.header .main-menu>.menu-item.current-menu-item::after {
    display: inline-block;
    content: ' ';
    position: absolute;
    top: 30px;
    height: 7px;
    width: 7px;
    background-color: #4faed1;
    border-radius: 50%
}

.header.--reduced {
    position: fixed;
    top: 0;
    box-shadow: 4px 0 7px 4px rgba(11,11,11,0.3)
}

.header.--reduced .logo-container .logo .custom-logo-link .custom-logo {
    max-width: 130px
}

.admin-bar .header {
    top: 82px
}

.admin-bar .header.--reduced {
    position: fixed;
    top: 32px
}

@media only screen and (max-width: 1199px) {
    .header {
        position:fixed;
        top: 0;
        box-shadow: 4px 0 7px 4px rgba(11,11,11,0.3)
    }

    .header .logo-container .logo .custom-logo-link .custom-logo {
        max-width: 130px
    }

    .header .wrapper {
        overflow: hidden
    }

    .header .wrapper .navigation-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        right: calc(-100% - 5px);
        height: 100vh;
        width: 100%;
        max-width: 400px;
        background-color: #1b1d1e;
        transition: right 0.2s ease-out;
        box-shadow: 0 -4px 7px 4px rgba(11,11,11,0.3)
    }

    .header .wrapper .navigation-container .main-menu {
        flex-direction: column
    }

    .header .wrapper .navigation-container .main-menu .menu-item {
        margin: 15px 0
    }

    .header .wrapper .navigation-container .main-menu .menu-item>a {
        font-size: 20px
    }

    .header .wrapper .navigation-container .main-menu .menu-item.current-menu-item {
        justify-content: flex-start
    }

    .header .wrapper .navigation-container .main-menu .menu-item.current-menu-item::after {
        display: inline-block;
        content: ' ';
        position: absolute;
        top: 11px;
        left: -20px;
        height: 7px;
        width: 7px;
        background-color: #4faed1;
        border-radius: 50%;
        font-weight: 500
    }

    .header .button-open-main-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        box-sizing: content-box;
        padding: 5px;
        position: relative;
        z-index: 110
    }

    .header .button-open-main-menu div {
        border-radius: 1px;
        height: 2px;
        background-color: #fff;
        transition: 0.2s ease-out;
        transform-origin: left center
    }

    .header .button-open-main-menu div:first-child,.header .button-open-main-menu div:last-child {
        width: 24px
    }

    .header .button-open-main-menu div:nth-child(2) {
        width: 34px;
        margin: 7px 0
    }

    .main-menu-is-open .header .wrapper .navigation-container {
        right: 0
    }

    .main-menu-is-open .header .wrapper .button-open-main-menu div:first-child {
        transform: rotate(33deg);
        width: 34px
    }

    .main-menu-is-open .header .wrapper .button-open-main-menu div:nth-child(2) {
        opacity: 0
    }

    .main-menu-is-open .header .wrapper .button-open-main-menu div:last-child {
        transform: rotate(-33deg);
        width: 34px
    }

    .admin-bar .header {
        position: fixed;
        top: 46px
    }

    .admin-bar .header.--reduced {
        top: 46px
    }
}

@media only screen and (max-width: 767px) {
    .header .logo-container .logo .custom-logo-link .custom-logo {
        max-width:110px
    }

    .header.--reduced .logo-container .logo .custom-logo-link .custom-logo {
        max-width: 110px
    }
}

.footer {
    background-color: #0b0b0b;
    height: 60px
}

.footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.footer .copyright {
    font-size: 15px;
    font-family: "Saira Condensed",sans-serif;
    color: #fff;
    text-transform: uppercase
}

.footer .footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer .footer-menu>li {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.footer .footer-menu>.menu-item {
    margin-left: 10px;
    margin-right: 10px
}

.footer .footer-menu>.menu-item:first-child {
    margin-left: 0
}

.footer .footer-menu>.menu-item:last-child {
    margin-right: 0
}

.footer .footer-menu>.menu-item>a {
    font-size: 15px;
    color: #fff
}

.footer .footer-menu>.menu-item>a:hover {
    color: #4faed1
}

@media only screen and (max-width: 767px) {
    .footer {
        height:100px
    }

    .footer .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .footer .copyright {
        order: 2;
        text-align: center
    }

    .footer .footer-menu {
        order: 1;
        margin-bottom: 10px
    }
}

.main {
    min-height: calc(100vh - 210px - 60px)
}

.title {
    font-size: 30px;
    color: #0b0b0b;
    text-transform: uppercase
}

.page:not(.page-template-page-contact):not(.home),.error404 {
    padding-top: 210px
}

.page:not(.page-template-page-contact):not(.home)::before,.error404::before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0b0b0b;
    height: 210px;
    width: 100%;
    z-index: 1
}

.page:not(.page-template-page-contact):not(.home).admin-bar::before,.error404.admin-bar::before {
    top: 32px
}

.single {
    padding-top: 180px
}

.single::before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0b0b0b;
    height: 180px;
    width: 100%;
    z-index: 1
}

.single.admin-bar::before {
    top: 32px
}

@media only screen and (max-width: 1199px) {
    .main {
        min-height:calc(100vh - 80px - 60px)
    }

    .page:not(.page-template-page-contact),.single,.error404 {
        padding-top: 80px
    }

    .page:not(.page-template-page-contact)::before,.single::before,.error404::before {
        height: 80px
    }
}

@media only screen and (max-width: 767px) {
    .main {
        min-height:calc(100vh - 80px - 100px)
    }
}

.page-template-default:not(.home) .content {
    padding: 80px 0
}

.page-template-default:not(.home) h2.title {
    margin: 30px 0 40px 0;
    padding-bottom: 40px;
    font-size: 54px;
    font-weight: 500;
    line-height: 58px;
    font-family: "Saira Condensed",sans-serif;
    color: #272a2b;
    border-bottom: 1px solid #d9d9d9
}

.page-template-default:not(.home) h2,.page-template-default:not(.home) h3 {
    margin: 40px 0 20px 0;
    font-size: 36px;
    font-weight: 500;
    color: #3194b8;
    font-family: "Saira Condensed",sans-serif
}

.page-template-default:not(.home) h4 {
    margin: 30px 0 15px 0;
    font-size: 22px;
    font-weight: 500;
    color: #272a2b
}

.page-template-default:not(.home) strong {
    font-weight: 500
}

.page-template-default:not(.home) a {
    color: #044893;
    font-weight: 400;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.page-template-default:not(.home) a:hover {
    color: #3194b8
}

@media only screen and (max-width: 767px) {
    .page-template-default:not(.home) .content {
        padding:30px 0
    }

    .page-template-default:not(.home) h2.title {
        margin: 30px 0 40px 0;
        padding-bottom: 40px;
        font-size: 48px;
        font-weight: 500;
        line-height: 52px;
        font-family: "Saira Condensed",sans-serif;
        color: #272a2b;
        border-bottom: 1px solid #d9d9d9
    }
}

.page.home {
    padding-top: 0
}

.page.home .header {
    background-color: transparent;
    transition: background-color 0.1s ease-out
}

.page.home .header.--reduced {
    background-color: #0b0b0b;
    box-shadow: none
}

.page.home .section.introduction {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
    background-color: #0b0b0b;
    position: relative;
}

.page.home .section.introduction .background-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0
}

.page.home .section.introduction .background-container .video-wrapper {
    width: 100%;
    height: 100%
}

.page.home .section.introduction .background-container .video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.page.home .section.introduction .background-container::after {
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(11,11,11,0.7);
    z-index: 1
}

.page.home .section.introduction .logo-container {
    width: 500px;
    position: relative;
    margin-top: calc(210px - 80px);
    z-index: 2
}

.page.home .section.introduction .logo-container .part {
    width: 100%
}

.page.home .section.introduction .logo-container .part.--est-auto,.page.home .section.introduction .logo-container .part.--import {
    position: absolute;
    left: 0;
    top: 0
}

.page.home .section.introduction .logo-container .round {
    height: 270px;
    width: 270px;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(#d9edf4, transparent 70%);
    opacity: 1;
    z-index: -1;
    top: -70px;
    left: calc((100% - 270px) / 2);
    opacity: 0;
    animation: appear_round 4s linear infinite;
    animation-delay: 2.5s
}

.page.home .section.about,.page.home .section.process {
    height: 450px
}

.page.home .section.about .col-image,.page.home .section.process .col-image {
    position: relative;
    z-index: 1
}

.page.home .section.about .col-image .image-container,.page.home .section.process .col-image .image-container {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.page.home .section.about .col-image .image-container>img,.page.home .section.process .col-image .image-container>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.page.home .section.about .col-content,.page.home .section.process .col-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    position: relative;
    z-index: 0
}

.page.home .section.about .col-content .title,.page.home .section.process .col-content .title {
    max-width: 580px;
    width: 100%
}

.page.home .section.about .col-content .content,.page.home .section.process .col-content .content {
    max-width: 580px;
    text-align: justify
}

.page.home .section.about .col-image .image-container img {
    height: 550px;
    margin-top: -50px
}

.page.home .section.about .col-content {
    background-color: #d9edf4
}

.page.home .section.about .col-content .title {
    color: #4faed1;
    margin-bottom: 10px;
    position: relative
}

.page.home .section.about .col-content .title::after {
    display: block;
    content: ' ';
    background-color: #4faed1;
    height: 1px;
    width: 350px;
    position: absolute;
    right: 100%;
    top: 18px;
    margin-right: 15px
}

.page.home .section.process .col-image .image-container img {
    height: 550px;
    margin-top: -100px
}

.page.home .section.process .col-content {
    background-color: #8ecbe2
}

.page.home .section.process .col-content .title {
    color: #fff;
    margin-bottom: 10px;
    text-align: right;
    position: relative
}

.page.home .section.process .col-content .title::after {
    display: block;
    content: ' ';
    background-color: #fff;
    height: 1px;
    width: 350px;
    position: absolute;
    left: 100%;
    top: 18px;
    margin-left: 15px
}

.page.home .section.recent-offers {
    padding: 100px 0;
    background: #d9edf4
}

.page.home .section.recent-offers>.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.page.home .section.recent-offers .title {
    color: #4faed1;
    margin-bottom: 70px;
    position: relative;
    font-size: 36px
}

.page.home .section.recent-offers .title::after {
    display: block;
    content: ' ';
    background-color: #4faed1;
    height: 1px;
    width: calc(100% + 40px);
    position: absolute;
    bottom: -10px;
    left: -20px
}

.page.home .section.recent-offers .recent-offers-list {
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.page.home .section.recent-offers .recent-offers-list .vehicle {
    width: calc(100% / 3);
    padding: 0 30px
}

.page.home .section.recent-offers .recent-offers-list .vehicle .link {
    display: block
}

.page.home .section.recent-offers .recent-offers-list .vehicle .info-container {
    background-color: #fff;
    padding: 30px 20px;
    height: 260px
}

.page.home .section.recent-offers .recent-offers-list .vehicle .model {
    display: block;
    color: #4faed1;
    font-size: 26px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Saira Condensed",sans-serif;
    margin-bottom: 10px;
    transition: 0.2s ease-out
}

.page.home .section.recent-offers .recent-offers-list .vehicle .specification {
    padding: 1px 0;
    font-size: 15px
}

.page.home .section.recent-offers .recent-offers-list .vehicle .specification .value {
    font-weight: 600
}

.page.home .section.recent-offers .recent-offers-list .vehicle .image-container {
    width: 100%;
    border-top-left-radius: 40px;
    background-color: #fff;
    border-bottom: 7px solid #4faed1
}

.page.home .section.recent-offers .recent-offers-list .vehicle .image-container img {
    border-top-left-radius: 40px;
    width: 100%;
    height: auto;
    transition: 0.2s ease-out
}

.page.home .section.recent-offers .recent-offers-list .vehicle .sold-mention-md-container {
    position: relative;
    z-index: 2
}

.page.home .section.recent-offers .recent-offers-list .vehicle .sold-mention {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 24px;
    font-weight: 600;
    color: #e74b3d;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px dashed #e74b3d;
    border-radius: 3px;
    transform: rotate(-10deg);
    transform-origin: center;
    position: absolute;
    right: -12px;
    top: -32px;
    z-index: 1
}

.page.home .section.recent-offers .recent-offers-list .vehicle .price {
    margin-top: 4px;
    color: #4faed1;
    font-weight: 500;
    font-size: 26px;
    font-family: "Saira Condensed",sans-serif
}

.page.home .section.recent-offers .recent-offers-list .vehicle:hover .image-container img {
    opacity: 0.85
}

.page.home .section.recent-offers .recent-offers-list .vehicle:hover .model {
    color: #3194b8
}

.page.home .section.recent-offers .button {
    margin-top: 60px;
    display: block;
    padding: 20px 30px;
    background-color: #3194b8;
    width: 100%;
    max-width: 370px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-out
}

.page.home .section.recent-offers .button:hover {
    background-color: #4faed1
}

.page.home .section.contact {
    height: 360px
}

.page.home .section.contact .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.page.home .section.contact .wrapper .button {
    display: block;
    padding: 20px 30px;
    background-color: #3194b8;
    width: 100%;
    max-width: 370px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s ease-out
}

.page.home .section.contact .wrapper .button:hover {
    background-color: #4faed1
}

.page.home .section.introduction .logo-container .part.--est-auto {
    animation: appear-left 1s forwards;
    animation-delay: 1.5s;
    opacity: 0
}

.page.home .section.introduction .logo-container .part.--import {
    animation: appear-left 1s ease-out forwards;
    animation-delay: 2s;
    opacity: 0
}

.page.home .section.introduction .logo-container .part.--car {
    animation: appear 1s ease-out forwards;
    animation-delay: 1s;
    opacity: 0
}

@keyframes appear {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes appear-left {
    0% {
        opacity: 0;
        transform: translateX(-80px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes appear_round {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    40% {
        opacity: 0.2;
        transform: scale(1.3)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@media only screen and (max-width: 991px) {
    .page.home .section.about .col-content .title,.page.home .section.process .col-content .title {
        font-size:28px
    }

    .page.home .section.process {
        height: 580px
    }

    .page.home .section.process .col-image .image-container {
        height: 580px
    }

    .page.home .section.process .col-image .image-container img {
        height: 620px
    }

    .page.home .section.contact {
        height: 280px
    }
}

@media only screen and (max-width: 991px) {
    .page.home .section.about,.page.home .section.process {
        height:auto
    }

    .page.home .section.about .col-image .image-container,.page.home .section.process .col-image .image-container {
        height: 350px
    }

    .page.home .section.about .col-image .image-container>img,.page.home .section.process .col-image .image-container>img {
        height: 450px
    }

    .page.home .section.about .col-content .title,.page.home .section.process .col-content .title {
        font-size: 26px
    }

    .page.home .section.about .col-content .title::after,.page.home .section.process .col-content .title::after {
        display: none;
        content: unset
    }

    .page.home .section.about .col-content p,.page.home .section.process .col-content p {
        margin-bottom: 0
    }

    .page.home .section.process .col-image {
        order: 1
    }

    .page.home .section.process .col-content {
        order: 2
    }

    .page.home .section.process .col-content .title {
        text-align: left
    }

    .page.home .section.recent-offers {
        padding: 100px 0;
        background: #d9edf4
    }

    .page.home .section.recent-offers .recent-offers-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start
    }

    .page.home .section.recent-offers .recent-offers-list .vehicle {
        width: 60%;
        margin-bottom: 40px
    }

    .page.home .section.recent-offers .recent-offers-list .vehicle:last-child {
        margin-bottom: 0
    }

    .page.home .section.contact {
        height: 220px
    }
}

@media only screen and (max-width: 767px) {
    .page.home .section.introduction {
        display:flex;
        justify-content: center;
        align-items: center;
        height: 200px;
        background-color: #0b0b0b;
        margin-bottom: 0
    }

    .page.home .section.introduction .logo-container {
        width: 280px;
        position: relative;
        margin-top: -20px
    }

    .page.home .section.introduction .logo-container .part {
        width: 100%
    }

    .page.home .section.introduction .logo-container .part.--est-auto,.page.home .section.introduction .logo-container .part.--import {
        position: absolute;
        left: 0;
        top: 0
    }

    .page.home .section.recent-offers {
        padding: 40px 0
    }

    .page.home .section.recent-offers .recent-offers-list .vehicle {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }

    .page.home .section.recent-offers .recent-offers-list .vehicle:last-child {
        margin-bottom: 0
    }

    .page.home .section.recent-offers .button {
        margin-top: 40px
    }
}

.page-template-page-vehicles-on-sales .content,.page-template-page-sold-vehicles .content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 210px - 60px);
    background-color: #ecf8fc
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser,.page-template-page-sold-vehicles .vehicle.view-teaser {
    padding: 50px 0;
    display: flex
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser:nth-child(even),.page-template-page-sold-vehicles .vehicle.view-teaser:nth-child(even) {
    background-color: #e2f4fa
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser:nth-child(odd),.page-template-page-sold-vehicles .vehicle.view-teaser:nth-child(odd) {
    background-color: #ecf8fc
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .wrapper,.page-template-page-sold-vehicles .vehicle.view-teaser .wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container {
    width: 310px;
    height: 230px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container>a,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container>a {
    display: block
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container>a>img,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container>a>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container>a>img,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container>a>img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 230px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container .sold-mention-md-container,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container .sold-mention-md-container {
    display: none
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container .no-vehicle-thumbnail,.page-template-page-sold-vehicles .vehicle.view-teaser .image-container .no-vehicle-thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(177,218,233,0.2);
    width: 100%;
    height: 230px;
    color: #62b5d2
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .model,.page-template-page-sold-vehicles .vehicle.view-teaser .model {
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    max-width: 600px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .model::after,.page-template-page-sold-vehicles .vehicle.view-teaser .model::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #4faed1
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .model>a,.page-template-page-sold-vehicles .vehicle.view-teaser .model>a {
    font-family: "Saira Condensed",sans-serif;
    color: #4faed1;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container {
    display: flex;
    flex-direction: column;
    margin-left: 50px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications {
    display: flex;
    flex-wrap: wrap;
    width: 600px;
    margin-bottom: 30px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification {
    display: flex;
    width: 310px;
    font-size: 16px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification .label,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification .label {
    display: block;
    width: 150px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification .value,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification .value {
    display: block;
    width: 160px;
    font-size: 18px;
    line-height: 18px;
    font-family: "Saira Condensed",sans-serif;
    font-weight: 600
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification .value.uppercase,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification .value.uppercase {
    text-transform: uppercase
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom {
    position: relative;
    margin-top: auto
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .price,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .price {
    color: #4faed1;
    font-family: "Saira Condensed",sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .see-more,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .see-more {
    display: table;
    padding: 7px 11px;
    background-color: #3194b8;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    transition: background-color 0.2s ease-out
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .see-more:hover,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .see-more:hover {
    background-color: #4faed1
}

.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .sold-mention,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .sold-mention {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    font-size: 24px;
    font-weight: 600;
    color: #e74b3d;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px dashed #e74b3d;
    border-radius: 3px;
    transform: rotate(-10deg);
    transform-origin: center;
    position: absolute;
    left: 150px;
    bottom: 5px
}

.page-template-page-vehicles-on-sales .pagination,.page-template-page-sold-vehicles .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d9edf4;
    padding: 30px;
    margin-top: auto
}

.page-template-page-vehicles-on-sales .pagination .page-numbers,.page-template-page-sold-vehicles .pagination .page-numbers {
    color: #1b1d1e;
    padding: 5px;
    margin: 0 3px;
    box-sizing: content-box;
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Saira Condensed",sans-serif
}

.page-template-page-vehicles-on-sales .pagination .page-numbers.current,.page-template-page-sold-vehicles .pagination .page-numbers.current {
    color: #4faed1;
    font-weight: 700
}

.page-template-page-vehicles-on-sales .pagination .page-numbers.next,.page-template-page-sold-vehicles .pagination .page-numbers.next {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px
}

.page-template-page-vehicles-on-sales .pagination .page-numbers.next::after,.page-template-page-sold-vehicles .pagination .page-numbers.next::after {
    height: 16px;
    width: 16px;
    display: block;
    content: ' ';
    background-image: url("../../medias/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px
}

.page-template-page-vehicles-on-sales .pagination .page-numbers.prev,.page-template-page-sold-vehicles .pagination .page-numbers.prev {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px
}

.page-template-page-vehicles-on-sales .pagination .page-numbers.prev::after,.page-template-page-sold-vehicles .pagination .page-numbers.prev::after {
    height: 16px;
    width: 16px;
    display: block;
    content: ' ';
    background-image: url("../../medias/icons/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transform: rotate(180deg)
}

@media only screen and (min-width: 992px) {
    .page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification:nth-child(odd),.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification:nth-child(odd) {
        width:270px
    }

    .page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification:nth-child(odd) .label,.page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification:nth-child(odd) .label {
        width: 110px
    }
}

@media only screen and (max-width: 991px) {
    .page-template-page-sold-vehicles .vehicle.view-teaser .model,.page-template-page-vehicles-on-sales .vehicle.view-teaser .model {
        margin-bottom:20px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .model>a,.page-template-page-vehicles-on-sales .vehicle.view-teaser .model>a {
        font-size: 24px;
        line-height: 24px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container {
        position: relative;
        min-width: 300px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container .sold-mention-md-container,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container .sold-mention-md-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(11,11,11,0.4);
        height: 100%;
        width: 100%
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container .sold-mention-md-container .sold-mention,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container .sold-mention-md-container .sold-mention {
        color: #fff;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        font-size: 40px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 15px 30px;
        border: 2px dashed #fff;
        border-radius: 3px;
        transform: rotate(-10deg);
        transform-origin: center
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications {
        width: 350px;
        margin-bottom: 20px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .price,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .price {
        margin-bottom: 0
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .see-more,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .see-more {
        margin-left: 40px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .sold-mention,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .sold-mention {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-sold-vehicles .content,.page-template-page-vehicles-on-sales .content {
        min-height:calc(100vh - 80px - 100px)
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser,.page-template-page-vehicles-on-sales .vehicle.view-teaser {
        height: calc(100vh - 80px);
        max-height: 520px;
        padding: unset
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .wrapper,.page-template-page-vehicles-on-sales .vehicle.view-teaser .wrapper {
        flex-direction: column
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container {
        width: 100%;
        height: 230px;
        margin-bottom: 15px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container>a,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container>a {
        width: 100%;
        height: 230px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .image-container>a>img,.page-template-page-vehicles-on-sales .vehicle.view-teaser .image-container>a>img {
        width: 100%;
        height: 230px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container {
        margin-left: 0;
        max-width: 100%
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .model,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .model {
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c8e6f1
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .model>a,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .model>a {
        font-size: 24px;
        display: inline-block
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .model::after,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .model::after {
        display: none
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications {
        display: flex;
        margin-bottom: 10px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification {
        width: 100%;
        font-size: 15px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification .label,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification .label {
        width: 50%
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification .value,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification .value {
        width: 50%;
        font-family: "Saira Condensed",sans-serif;
        font-size: 18px;
        line-height: 18px
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.energy,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.energy {
        order: 1
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.gearbox,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.gearbox {
        order: 2
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.horsepower,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.horsepower {
        order: 3
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.gearbox,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.gearbox {
        order: 4
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.date_release,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.date_release {
        order: 5
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .specifications .specification.color,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .specifications .specification.color {
        display: none
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .price,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .price {
        font-size: 24px;
        line-height: 24px;
        width: 50%;
        color: #3194b8
    }

    .page-template-page-sold-vehicles .vehicle.view-teaser .info-container .info-bottom .see-more,.page-template-page-vehicles-on-sales .vehicle.view-teaser .info-container .info-bottom .see-more {
        padding: 8px 13px;
        margin-left: 0
    }
}

.page-template-page-testimonials {
    background: #ecf8fc
}

.page-template-page-testimonials .content .wrapper {
    display: flex;
    max-width: 100%;
    min-height: calc(100vh - 210px - 60px)
}

.page-template-page-testimonials .comments-list {
    width: 55%;
    padding: 80px 30px;
    background: #d9edf4;
    max-height: 860px;
    overflow-y: auto
}

.page-template-page-testimonials .comments-list .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.page-template-page-testimonials .testimonial {
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 3px rgba(79,174,209,0.1);
    padding: 20px;
    background: #fff;
    max-width: 80%
}

.page-template-page-testimonials .testimonial:last-child {
    margin-bottom: 0
}

.page-template-page-testimonials .testimonial .left .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #4faed1
}

.page-template-page-testimonials .testimonial .left .avatar .letter {
    color: #fff;
    font-weight: 700
}

.page-template-page-testimonials .testimonial .right {
    padding: 0 20px
}

.page-template-page-testimonials .testimonial .right .author {
    font-family: "Saira Condensed",sans-serif;
    font-weight: 600;
    color: #3194b8;
    font-size: 21px;
    line-height: 20px;
    text-transform: uppercase
}

.page-template-page-testimonials .testimonial .right .date {
    color: #1b1d1e;
    font-size: 14px;
    margin-top: 5px;
    padding-bottom: 7px;
    border-bottom: 1px solid #d9edf4
}

.page-template-page-testimonials .testimonial .right .content {
    margin-top: 15px
}

.page-template-page-testimonials .comment-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    padding: 110px 0
}

.page-template-page-testimonials .comment-form-container .comment-respond {
    width: 90%;
    max-width: 700px
}

.page-template-page-testimonials .comment-form-container .comment-reply-title {
    font-family: "Saira Condensed",sans-serif;
    color: #1b1d1e;
    font-size: 24px;
    text-transform: uppercase
}

.page-template-page-testimonials .comment-form-container .comment-form {
    display: flex;
    flex-direction: column;
    margin-top: 10px
}

.page-template-page-testimonials .comment-form-container .comment-form .comment-form-author {
    order: 2
}

.page-template-page-testimonials .comment-form-container .comment-form .comment-form-email {
    order: 3
}

.page-template-page-testimonials .comment-form-container .comment-form .comment-notes {
    order: 1;
    margin-bottom: 30px
}

.page-template-page-testimonials .comment-form-container .comment-form .comment-notes .email-notes {
    font-size: 12px;
    color: #70787c
}

.page-template-page-testimonials .comment-form-container .comment-form .comment-form-comment {
    order: 4
}

.page-template-page-testimonials .comment-form-container .comment-form .form-submit {
    order: 5
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] {
    position: relative;
    width: 100%;
    margin: 20px 0
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] input,.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 2px solid #1b1d1e;
    line-height: 22px;
    font-size: 16px
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] input:focus,.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] input:active,.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] textarea:focus,.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] textarea:active {
    outline: none
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] textarea {
    height: 210px
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form].--left,.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form].--right {
    width: 50%
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form].--left {
    padding-right: 10px
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form].--right {
    padding-left: 10px
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form].--right label {
    left: 10px
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #1b1d1e;
    z-index: 1;
    font-size: 20px;
    font-family: "Saira Condensed",sans-serif;
    text-transform: uppercase;
    pointer-events: none;
    transition: 0.2s ease-out
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] label.--top {
    top: -13px;
    font-size: 14px;
    color: #1b1d1e
}

.page-template-page-testimonials .comment-form-container .comment-form p[class^=comment-form] br {
    display: none
}

.page-template-page-testimonials .comment-form-container .comment-form input[type=submit] {
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #3194b8;
    transition: 0.2s ease-out;
    font-family: "Saira Condensed",sans-serif
}

.page-template-page-testimonials .comment-form-container .comment-form input[type=submit]:hover {
    background-color: #4faed1
}

@media only screen and (max-width: 1199px) {
    .page-template-page-testimonials .comments-list {
        max-height:unset;
        height: calc(100vh - 80px - 60px)
    }
}

@media only screen and (max-width: 991px) {
    .page-template-page-testimonials .main .wrapper {
        flex-wrap:wrap
    }

    .page-template-page-testimonials .comments-list {
        width: 100%;
        height: unset;
        overflow-y: unset;
        padding: 80px 20px;
        order: 2
    }

    .page-template-page-testimonials .comments-list .testimonial {
        max-width: unset
    }

    .page-template-page-testimonials .comment-form-container {
        width: 100%;
        order: 1
    }
}

@media only screen and (max-width: 767px) {
    .content .wrapper {
        min-height:calc(100vh - 80px - 100px)
    }

    .page-template-page-testimonials .comments-list {
        order: 1
    }

    .page-template-page-testimonials .comment-form-container {
        order: 2;
        margin: 100px 0
    }

    .page-template-page-testimonials .comment-form-container .comment-reply-title {
        text-align: center
    }

    .page-template-page-testimonials .comment-form-container .comment-notes .email-notes {
        display: block;
        text-align: center
    }

    .page-template-page-testimonials .comment-form-container .form-submit {
        text-align: center
    }
}

.page-template-page-contact .header {
    background-color: transparent;
    transition: background-color 0.1s ease-out
}

.page-template-page-contact .header.--reduced {
    background-color: #0b0b0b;
    box-shadow: none
}

.page-template-page-contact .content {
    display: flex;
    flex-wrap: wrap;
    background: #1b1d1e
}

.page-template-page-contact .info-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 700px;
    background: #1b1d1e;
    color: #fff;
    font-family: "Saira Condensed",sans-serif
}

.page-template-page-contact .info-contact .name {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600
}

.page-template-page-contact .info-contact>p {
    font-size: 22px;
    margin: 5px 0
}

.page-template-page-contact .info-contact a {
    color: #4faed1
}

.page-template-page-contact .info-contact a:hover {
    color: #a0d3e6
}

.page-template-page-contact .info-contact .mail {
    margin-bottom: 20px
}

.page-template-page-contact .map {
    width: 100%;
    height: 600px;
    filter: grayscale(1);
    position: relative;
    overflow: hidden
}

.page-template-page-contact .map #wpgmza_map {
    opacity: 0.5
}

.page-template-page-contact .map .map-cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: rgba(27,29,30,0.7);
    z-index: 1;
    color: #fff;
    transition: 0.3s ease-out;
    cursor: pointer
}

.page-template-page-contact .map .map-cover.--hidden {
    opacity: 0;
    pointer-events: none
}

.page-template-page-contact .map .map-cover .title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.page-template-page-contact .map .map-cover>p {
    font-family: "Saira Condensed",sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 5px 0
}

.page-template-page-contact .map .embed-code {
    overflow: hidden;
    filter: brightness(77%)
}

.page-template-page-contact .map .embed-code iframe {
    width: 100%;
    height: calc(100% + 300px);
    margin-top: -150px
}

.page-template-page-contact .map .embed-code iframe .gm-style {
    background: blue
}

.page-template-page-contact .map .embed-code iframe .gm-style div:nth-child(4) {
    display: none
}

.page-template-page-contact .form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    height: 760px;
    background: #d9edf4;
    padding: 30px 50px
}

.page-template-page-contact .form .caption {
    border-top: 2px solid #1b1d1e;
    padding-top: 20px;
    width: 100%;
    max-width: 700px
}

.page-template-page-contact .form .caption p {
    margin: 0;
    max-width: 500px;
    font-size: 16px;
    font-weight: 500
}

.page-template-page-contact .form .caption .information {
    margin-top: 5px;
    color: #e74b3d;
    font-weight: 500
}

.page-template-page-contact .form .form-wrapper {
    max-width: 700px
}

.page-template-page-contact .form .wpcf7,.page-template-page-contact .form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.page-template-page-contact .form .field-container {
    position: relative;
    width: 100%;
    margin: 20px 0
}

.page-template-page-contact .form .field-container input,.page-template-page-contact .form .field-container textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 0;
    background-color: transparent;
    border-bottom: 2px solid #1b1d1e;
    line-height: 22px;
    font-size: 16px
}

.page-template-page-contact .form .field-container input:focus,.page-template-page-contact .form .field-container input:active,.page-template-page-contact .form .field-container textarea:focus,.page-template-page-contact .form .field-container textarea:active {
    outline: none
}

.page-template-page-contact .form .field-container textarea {
    height: 160px
}

.page-template-page-contact .form .field-container.--left,.page-template-page-contact .form .field-container.--right {
    width: 50%
}

.page-template-page-contact .form .field-container.--left {
    padding-right: 10px
}

.page-template-page-contact .form .field-container.--right {
    padding-left: 10px
}

.page-template-page-contact .form .field-container.--right label {
    left: 10px
}

.page-template-page-contact .form .field-container label {
    position: absolute;
    top: 10px;
    left: 0;
    color: #1b1d1e;
    z-index: 1;
    font-size: 20px;
    font-family: "Saira Condensed",sans-serif;
    text-transform: uppercase;
    pointer-events: none;
    transition: 0.2s ease-out
}

.page-template-page-contact .form .field-container label.--top {
    top: -13px;
    font-size: 14px;
    color: #1b1d1e
}

.page-template-page-contact .form .field-container br {
    display: none
}

.page-template-page-contact .form .field-container-submit {
    margin-left: auto;
    margin-top: 20px
}

.page-template-page-contact .form .field-container-submit input[type=submit] {
    border: none;
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
    background-color: #3194b8;
    transition: 0.2s ease-out;
    font-family: "Saira Condensed",sans-serif
}

.page-template-page-contact .form .field-container-submit input[type=submit]:hover {
    background-color: #4faed1
}

.page-template-page-contact .form .field-container-submit .ajax-loader {
    display: none
}

@media only screen and (max-width: 991px) {
    .page-template-page-contact .header {
        box-shadow:none
    }

    .page-template-page-contact .header.--reduced {
        box-shadow: 4px 0 7px 4px rgba(11,11,11,0.3)
    }

    .page-template-page-contact .info-contact {
        width: 100%;
        height: 340px
    }

    .page-template-page-contact .info-contact .name {
        text-align: center;
        margin-bottom: 15px;
        line-height: 34px
    }

    .page-template-page-contact .info-contact>p {
        margin: 3px 0
    }

    .page-template-page-contact .form {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .page-template-page-contact .map {
        max-height:80vh
    }

    .page-template-page-contact .map #wpgmza_map {
        max-height: 80vh
    }

    .page-template-page-contact .map .map-cover {
        max-height: 80vh
    }

    .page-template-page-contact .form {
        height: unset;
        padding: 30px 40px
    }

    .page-template-page-contact .form .field-container.--left,.page-template-page-contact .form .field-container.--right {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .page-template-page-contact .form .field-container.--left label,.page-template-page-contact .form .field-container.--right label {
        left: 0
    }
}

.error404 .main .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: calc(100vh - 210px - 60px)
}

.error404 .main .content .error-container {
    background-color: #d9edf4;
    width: 100%
}

.error404 .main .content .error-container .wrapper {
    display: flex;
    min-height: calc((100vh - 210px - 60px) / (5/2))
}

.error404 .main .content .error-container .error,.error404 .main .content .error-container .value {
    font-family: "Saira Condensed",sans-serif;
    font-size: 150px;
    line-height: 170px;
    font-weight: 900;
    text-transform: uppercase;
    color: #1b1d1e;
    margin-top: auto;
    margin-bottom: -35px
}

.error404 .main .content .error-container .error {
    margin-right: 20px
}

.error404 .main .content .content-container {
    padding-top: 100px;
    background-color: #1b1d1e;
    width: 100%;
    min-height: calc((100vh - 210px - 60px) / (5/3));
    color: #fff
}

.error404 .main .content .content-container a {
    color: #3194b8;
    font-weight: 500
}

.error404 .main .content .content-container a:hover {
    color: #4faed1
}

@media only screen and (max-width: 1199px) {
    .error404 .main .content {
        min-height:calc(100vh - 80px - 60px)
    }

    .error404 .main .content .error-container .wrapper {
        min-height: calc((100vh - 80px - 60px) / (5/2))
    }

    .error404 .main .content .content-container {
        min-height: calc((100vh - 80px - 60px) / (5/3))
    }
}

@media only screen and (max-width: 767px) {
    .error404 .main .content {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        min-height: calc(100vh - 100px - 80px)
    }

    .error404 .main .content .error-container .wrapper {
        display: flex;
        min-height: 120px
    }

    .error404 .main .content .error-container .error,.error404 .main .content .error-container .value {
        font-family: "Saira Condensed",sans-serif;
        font-size: 60px;
        line-height: 40px;
        margin-bottom: 0
    }

    .error404 .main .content .error-container .error {
        margin-right: 10px
    }

    .error404 .main .content .content-container {
        padding: 50px 0;
        min-height: calc(100vh - 80px - 100px - 120px)
    }

    .error404 .main .content .content-container .wrapper {
        min-height: unset
    }
}

.single-vehicle {
    background: #ecf8fc
}

.single-vehicle .main>.content .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    background: #1b1d1e;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase
}

.single-vehicle .main>.content .breadcrumb>a {
    display: inline-block;
    color: #4faed1;
    margin-right: 5px
}

.single-vehicle .main>.content .breadcrumb>a:hover {
    color: #d9edf4
}

.single-vehicle .main>.content .breadcrumb .separator {
    display: inline-block;
    margin: 0 7px;
    font-family: "Saira Condensed",sans-serif;
    font-size: 24px;
    transform: scale(0.7, 1);
    margin-top: -4px
}

.single-vehicle .main>.content .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 60px 0
}

.single-vehicle .model {
    width: 100%;
    color: #4faed1;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.single-vehicle .slider-container {
    width: 660px
}

.single-vehicle .slider-container .slider-vehicle {
    width: 660px;
    height: 490px
}

.single-vehicle .slider-container .slider-vehicle .slick-slide>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-vehicle .slider-container .slider-vehicle .slick-slide>img {
    width: 660px
}

.single-vehicle .slider-container .slider-nav-vehicle {
    margin-top: 20px;
    width: 660px;
    height: 120px
}

.single-vehicle .slider-container .slider-nav-vehicle .slick-slide {
    height: 120px
}

.single-vehicle .slider-container .slider-nav-vehicle .slick-slide>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-vehicle .slider-container .slider-nav-vehicle .slick-slide>img {
    width: 170px
}

.single-vehicle .slider-container .slider-nav-vehicle .slick-slide:focus,.single-vehicle .slider-container .slider-nav-vehicle .slick-slide:active {
    outline: none;
    border: none
}

.single-vehicle .slider-container .slick-prev,.single-vehicle .slider-container .slick-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3194b8;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    transition: 0.1s ease-out
}

.single-vehicle .slider-container .slick-prev:hover,.single-vehicle .slider-container .slick-next:hover {
    background: #4faed1
}

.single-vehicle .slider-container .slick-prev::before,.single-vehicle .slider-container .slick-next::before {
    font-family: "Saira Condensed",sans-serif;
    font-size: 26px;
    margin-top: -6px;
    transform: scale(0.7, 1)
}

.single-vehicle .slider-container .slick-next {
    right: -34px
}

.single-vehicle .slider-container .slick-next::before {
    content: '>';
    margin-left: 1px
}

.single-vehicle .slider-container .slick-prev {
    left: -34px
}

.single-vehicle .slider-container .slick-prev::before {
    content: '<';
    margin-right: 1px
}

.single-vehicle .info-container {
    width: calc(100% - 660px);
    min-height: 630px;
    padding-left: 40px
}

.single-vehicle .info-container .title {
    width: 100%;
    color: #4faed1;
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #4faed1
}

.single-vehicle .info-container .top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    min-height: 490px;
    padding: 50px
}

.single-vehicle .info-container .top .specifications {
    width: 100%;
    margin-bottom: 30px
}

.single-vehicle .info-container .top .specifications .specification {
    display: flex;
    font-size: 18px;
    margin: 5px 0
}

.single-vehicle .info-container .top .specifications .specification .label {
    display: block;
    width: 200px
}

.single-vehicle .info-container .top .specifications .specification .value {
    display: block;
    font-family: "Saira Condensed",sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px
}

.single-vehicle .info-container .top .specifications .specification .value.uppercase {
    text-transform: uppercase
}

.single-vehicle .info-container .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d9edf4;
    min-height: 120px;
    padding: 0 50px;
    margin-top: 20px
}

.single-vehicle .info-container .bottom .price {
    font-size: 24px;
    text-align: center
}

.single-vehicle .info-container .bottom .price .value {
    color: #4faed1;
    font-family: "Saira Condensed",sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500
}

.single-vehicle .info-container .bottom .price .info {
    font-size: 16px;
    display: block;
    margin-top: 3px
}

.single-vehicle .description-container {
    margin-top: 50px
}

.single-vehicle .description-container .title {
    width: 100%;
    color: #4faed1;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 20px
}

.single-vehicle .description-container .description {
    text-align: justify
}

.single-vehicle .slider-vehicle {
    position: relative
}

.single-vehicle .slider-vehicle .slick-current>img {
    cursor: pointer
}

.single-vehicle .slider-vehicle .slick-current::after {
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: block;
    content: ' ';
    height: 32px;
    width: 32px;
    pointer-events: none;
    background-image: url("../../medias/icons/expand.svg");
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    z-index: 1
}

.single-vehicle .slider-vehicle .slick-current:hover::after {
    opacity: 1
}

.single-vehicle .image-viewer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(27,29,30,0.9);
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease-out;
    display: none;
    z-index: 190
}

.single-vehicle .image-viewer.--open {
    opacity: 1
}

.single-vehicle .image-viewer .container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 95%;
    max-width: 1200px
}

.single-vehicle .image-viewer .container>img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%
}

.single-vehicle .image-viewer .slider-container {
    width: 100%;
    height: 80vh
}

.single-vehicle .image-viewer .slider-container .slider-vehicle-viewer {
    height: 80vh
}

.single-vehicle .image-viewer .slider-container .slider-vehicle-viewer .slick-list,.single-vehicle .image-viewer .slider-container .slider-vehicle-viewer .slick-track {
    height: 80vh
}

.single-vehicle .image-viewer .slider-container .slider-vehicle-viewer .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh
}

.single-vehicle .image-viewer .slider-container .slider-vehicle-viewer .slick-slide>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

.single-vehicle .image-viewer .slick-next,.single-vehicle .image-viewer .slick-prev {
    height: 50px;
    width: 50px
}

.single-vehicle .image-viewer .close-viewer {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.single-vehicle .image-viewer .close-viewer div {
    position: absolute;
    left: 0;
    border-radius: 1px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: 0.2s ease-out;
    transform-origin: left center;
    box-shadow: 0 0 1px 2px rgba(27,29,30,0.1)
}

.single-vehicle .image-viewer .close-viewer div:first-child {
    top: 0;
    transform: rotate(45deg)
}

.single-vehicle .image-viewer .close-viewer div:last-child {
    bottom: 0;
    transform: rotate(-45deg)
}

.single-vehicle .vehicle.sold .image-container {
    width: 660px;
    height: 490px
}

.single-vehicle .vehicle.sold .image-container>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.single-vehicle .vehicle.sold .info-container {
    min-height: unset
}

.single-vehicle .vehicle.sold .info-container .top {
    min-height: unset;
    height: 350px
}

body.admin-bar.single-vehicle .image-viewer .close-viewer {
    top: 50px
}

@media only screen and (max-width: 1199px) {
    .single-vehicle .content .wrapper {
        max-width:calc(100% - 120px);
        max-width: 800px
    }

    .single-vehicle .slider-container {
        width: 100%
    }

    .single-vehicle .slider-container .slider-vehicle {
        width: 100%;
        height: 490px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .single-vehicle .slider-container .slider-vehicle .slick-slide>img {
        display: block;
        object-fit: unset;
        width: auto;
        max-width: 100%;
        height: auto
    }

    .single-vehicle .slider-container .slider-nav-vehicle {
        width: 100%
    }

    .single-vehicle .info-container {
        width: 100%;
        padding-left: 0;
        min-height: unset
    }

    .single-vehicle .info-container .top {
        min-height: unset;
        height: auto;
        padding: 30px;
        margin-top: 30px
    }

    .single-vehicle .info-container .top .specifications .specification {
        font-size: 16px
    }

    .single-vehicle .info-container .top .specifications .specification .label {
        width: 180px
    }
}

@media only screen and (max-width: 991px) {
    .single-vehicle .main>.content .wrapper {
        max-width:calc(100% - 60px);
        padding: 30px 0
    }

    .single-vehicle .main>.content .breadcrumb {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 18px
    }

    .single-vehicle .main>.content .breadcrumb .separator {
        margin-top: -6px;
        line-height: 18px
    }

    .single-vehicle .model {
        font-size: 28px;
        line-height: 34px;
        padding: 0 20px
    }

    .single-vehicle .slider-container {
        width: 100%
    }

    .single-vehicle .slider-container .slider-vehicle {
        height: unset;
        height: 390px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-track {
        height: 390px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-slide {
        height: 390px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-slide::after {
        display: none
    }

    .single-vehicle .slider-container .slider-vehicle .slick-slide>img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto
    }

    .single-vehicle .slider-container .slider-vehicle .slick-next,.single-vehicle .slider-container .slider-vehicle .slick-prev {
        z-index: 1;
        background: transparent;
        height: 30px;
        width: 30px;
        padding: 3px;
        box-sizing: content-box
    }

    .single-vehicle .slider-container .slider-vehicle .slick-next::before,.single-vehicle .slider-container .slider-vehicle .slick-prev::before {
        opacity: 1;
        font-size: 80px;
        line-height: 30px;
        margin-top: -15px;
        text-shadow: 1px 1px 3px rgba(27,29,30,0.5)
    }

    .single-vehicle .slider-container .slider-vehicle .slick-next {
        right: 0px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-prev {
        left: 0px
    }

    .single-vehicle .slider-container .slider-nav-vehicle {
        display: none
    }

    .single-vehicle .info-container .top {
        margin-top: 20px
    }

    .single-vehicle .info-container .top .title {
        font-size: 30px;
        line-height: 34px
    }

    .single-vehicle .info-container .top .specifications {
        margin-bottom: 0
    }

    .single-vehicle .info-container .top .specifications .specification {
        font-size: 16px
    }

    .single-vehicle .info-container .top .specifications .specification .label {
        width: 180px
    }

    .single-vehicle .info-container .bottom {
        padding: 40px 30px;
        margin-top: 20px;
        justify-content: flex-start;
        min-height: unset
    }

    .single-vehicle .info-container .bottom .price {
        font-size: 20px;
        text-align: left
    }

    .single-vehicle .description-container {
        padding: 0px 20px
    }

    .vehicle.sold .image-container {
        width: 100%;
        height: auto
    }

    .vehicle.sold .image-container>img {
        width: 100%;
        height: auto
    }

    .vehicle.sold .info-container .top {
        height: auto
    }
}

@media only screen and (max-width: 575px) {
    .single-vehicle .main>.content .wrapper {
        max-width:100%;
        padding: 30px 0
    }

    .single-vehicle .slider-container .slider-vehicle {
        height: 280px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-track {
        height: 280px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-track .slick-slide {
        height: 280px
    }

    .single-vehicle .slider-container .slider-vehicle .slick-track .slick-slide>img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto
    }

    .single-vehicle .info-container .top {
        margin-top: 0
    }

    .single-vehicle .info-container .bottom {
        margin-top: 0
    }

    .single-vehicle .info-container .bottom .price .value {
        display: block;
        margin-top: 2px
    }
}

/*# sourceMappingURL=styles.min.css.map */
